home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / comm2 / telsr130.rdm < prev    next >
Text File  |  1996-02-22  |  3KB  |  55 lines

  1. Short:    Serial telnet(d) device for AmiTCP/AS225r2
  2. Author:   Sam Yee (samy@sfu.ca | samy@res.com | fido: 1:153/765)
  3. Uploader: samy@sfu.ca
  4. Type:     comm/tcp
  5.  
  6. telser.device  ("telser")  is  a  modem  simulator  running over a TCP
  7. telnet/rlogin  connection.   It  simulates  basic `modem commands', so
  8. telecommunication ("comm") programs can run over a network connection.
  9. To  the  comm  program,  it  thinks it's talking to a modem.  Terminal
  10. emulation,  file  transfers,  scripting,  etc., are all handled by the
  11. comm  program.   Connecting  to  a  host  is as simple as typing "ATDT
  12. abc.edu,23"  or  even  simpler if the host is in the comm's phonebook.
  13. Also, with telser's built-in scripting, logins can be automated.
  14.  
  15. telser  supports  most  of  the telnet/rlogin negotiation commands and
  16. options.   For  example,  you  may  elect to notify the remote host on
  17. changes  to the terminal emulation type and window size.  An intuitive
  18. "gadtools"  graphical  user  interface  is supplied to control most of
  19. telser's operations.
  20.  
  21. telser  can  also  run in host mode, essentially allowing it to accept
  22. incoming  telnet/rlogin  calls.   Unwanted  connections can be denied.
  23. Calls  may  be tracked by a caller ID feature.  A "multi-line" BBS can
  24. be easily set up over the internet!
  25.  
  26. telser  is  capable  of  unlimited device units, which means unlimited
  27. incoming  and  outgoing  connections  are  possible.  It supports both
  28. TCP/IP  packages on the Amiga, namely AmiTCP (tested with 3.x and 4.x)
  29. and AS225r2.  The TCP/IP emulator, MLINK, is also supported.
  30.  
  31. Changes since 1.30:
  32.  
  33.  Ver. YY/MM/DD Changes
  34.  ---- -------- --------------------------------------------------------
  35.  1.30 95/09/11 - bug fix with ATDT<host> where host is not in host list
  36.                  Was causing enforcer hits when GUI not opened.
  37.                - telserd can now run without being launched by
  38.                  inetd.  (works with MLINK on most sites.)
  39.                - telser.device now loads a resident telser, if present.
  40.                - telser.device can now be opened from a task.
  41.                - also looks in $KEYPATH for key file
  42.                - device unit redirection (programs access other units
  43.                  through one unit)
  44.                - can ban IP addresses from calling in
  45.                - iconification at startup or any time.
  46.                - can adjust terminal type string sent to host
  47.                - device units can share configuration with each other
  48.                - units can now have default telnet configurations
  49.                - rawin.library is now optional, but still needed if
  50.                  LINEMODE is desirable.
  51.                - ATDT<host>[,<port>], <port> can be a service name that
  52.                  exists in the services file.
  53.                - tstelnet can fully simulate the UNIX rlogin client.
  54.                - should work better with some telnet-less MUDs.
  55.